YFunc Property (ParametricFunctionSeries<T>)
In This Topic
Gets or sets the function used to calculate the y value.
Syntax
'Declaration
Public Property YFunc As System.String
'Usage
Dim instance As ParametricFunctionSeries(Of T)
Dim value As System.String
instance.YFunc = value
value = instance.YFunc
public System.string YFunc {get; set;}
public read-write property YFunc: System.String;
public function get,set YFunc : System.String
public: __property System.string* get_YFunc();
public: __property void set_YFunc(
System.string* value
);
public:
property System.String^ YFunc {
System.String^ get();
void set ( System.String^ value);
}
See Also